home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_270
/
PlaceObject2_268_43
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
425 b
|
23 lines
onClipEvent(enterFrame){
if(this._y < 293.35 and this._currentframe == 1)
{
this._y += 4;
}
if(_root.hero.hitTest(this.ufotop) && _root.hero._y < this._y)
{
this.gotoAndStop(2);
if(this._y > 183.35)
{
this._y--;
}
if(this._y < 183.5 and this._x > 100)
{
this._x -= 2;
}
}
else
{
this.gotoAndStop(1);
}
}